@import url(/local/templates/blukoshko/fonts/fonts.css);
@import url(styles-xs.css);
@import url(styles-sm.css);
@import url(styles-md.css);
@import url(styles-lg.css);
@import url(styles-xl.css);

html {
	font-family: Arial;
}
.std-text, .std-text p, .std-text span, .std-text th, .std-text td {
	font-size: 1.9rem;
	line-height: 1.368421;
	color: #5B5B5B;
}
h1 {
	font-family: RotondaC;
	color: #B7CE6B;
	font-size: 3.6rem;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-family: RotondaC;
	color: #5B5B5B;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.rotonda-text-normal {
	font-family: RotondaC !important;
	font-size: 3rem !important;
}
.rotonda-text-big {
	font-family: RotondaC !important;
	font-size: 3.6rem !important;
}
.rotonda-text-x-big {
	font-family: RotondaC !important;
	font-size: 4.8rem !important;
}
.table-float-right {
	float: right;
	border-spacing: 10px;
	border: none;
}
.table-float-right th, .table-float-right td {
	border-radius: 10px;
	box-shadow: inset 0px 1px 4px rgb(0 0 0 / 25%);
	border: none;
	padding: 6px;
}
.table-float-right th {
	background: #D7B076;
	color: white;
}
.table-float-right td {
	background: #F3F5F6;
}
.text-center-no-wrap {
	text-align: center;
	white-space: nowrap;
}
ul.list-orange {
	
}
ul.list-orange li {
	display: flex;
	align-items: center;
	font-family: RotondaC;
	color: #FF8A00;
	font-weight: bold;
	font-size: 2rem;
	line-height: 3.25;
}
ul.list-orange li::before {
	content: "";
	background-image: url(images/check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
ul.list-black {
	
}
ul.list-black li {
	display: flex;
	align-items: center;
	font-family: RotondaC;
	color: #5B5B5B;
	font-size: 2.4rem;
	line-height: 2.08333333;
}
ul.list-black li::before {
	content: "";
	background-image: url(images/check-black.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
p {
	font-family: Arial;
	font-size: 1.9rem;
	color: black;
}
ul.slider {
	border: 2px solid yellow;
}
ul.slider::before {
	content: "Слайдер";
}
ul.slider img {
	max-height: 50px;
}

ol.numeric-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, auto);
	font-family: RotondaC;
	font-size: 2rem;
	color: #5B5B5B;
	line-height: 1.25;
}
ol.numeric-list li {
	display: contents;
}
ol.numeric-list .numeric-list-order {
	color: #FF8A00;
	font-weight: bold;
	font-size: 7rem;
	line-height: 0.8;
}
.article-list-header {
	color: white;
	background-color: #D7B076;
	box-shadow: inset 0px 1px 4px rgb(0 0 0 / 25%);
	display: flex;
	align-items: center;
}
.article-list-detail-text {
	box-shadow: inset 0px 1px 4px rgb(0 0 0 / 25%);
	background-color: #F3F5F6;
}
.warning .article-list-detail-text {
	background-color: #FFE0A5;
}


// RUTUBE
.watch-on-rutube-button-module__button___IrAlY {
	display: none;
}
